Evaluation Runs
Route: evaluation_runs Description: Evaluation Runs
Endpoints
Get Eval Run By Flow Request Id
Get the eval run record by flow request id
Endpoint
https://api.botdojo.com/api/v1/:account_id/projects/:project_id/evaluation_runs/getByFlowRequestId
Parameters (Array)
Index | Name | Description | Type |
---|---|---|---|
0 | flow_request_id | The id of the flow request | String |
Returns
- results - EvalRunRecord
Example
curl -X POST -H "Content-Type: application/json" -H " Authorization: YOUR_API_KEY" -d '{
[
"flow_request_id"]
}' "https://api.botdojo.com/api/v1/:account_id/projects/:project_id/evaluation_runs/getByFlowRequestId"